home *** CD-ROM | disk | FTP | other *** search
/ 2,000 Greater & Lesser Mysteries / 2,000 Greater and Lesser Mysteries.iso / menu / smithmnu.bat < prev   
Encoding:
DOS Batch File  |  1994-06-10  |  1.8 KB  |  112 lines

  1. echo off
  2. cls
  3. : repeat 
  4. echo ******* 200 GREATER and LESSER MYSTERIES CD ROM **********************  
  5. echo *                                                                    * 
  6. echo * Press [A] for Biorythm calculator   [1]                            *
  7. echo *       [B]                                                          *
  8. echo *       [C]
  9. echo *       [D]
  10. echo *       [E]
  11. echo *       [F]
  12. echo *       [G]
  13. echo *       [H]
  14. echo *       [I]
  15. echo *       [J]
  16. echo *
  17. echo *  Please note that if you request functions on the above programs  
  18. echo *  which attempts a disk write then the program may crash as of
  19. echo *  course it is not possible to write to a CD. To use such functions
  20. echo *  Install the program on your hard disk.
  21. echo *
  22. echo *                 Press escape to exit back to DOS
  23. echo * 
  24. echo    ******************************************************* 
  25. batch /a Choice?
  26. echo off
  27. IF ERRORLEVEL 106 GOTO j
  28. IF ERRORLEVEL 105 GOTO i
  29. IF ERRORLEVEL 104 GOTO h
  30. IF ERRORLEVEL 103 GOTO g
  31. IF ERRORLEVEL 102 GOTO f
  32. IF ERRORLEVEL 101 GOTO e
  33. IF ERRORLEVEL 100 GOTO d
  34. IF ERRORLEVEL  99 GOTO c
  35. IF ERRORLEVEL  98 GOTO b
  36. IF ERRORLEVEL  97 GOTO a
  37. IF ERRORLEVEL  57 GOTO 9
  38. IF ERRORLEVEL  56 GOTO 8
  39. IF ERRORLEVEL  55 GOTO 7
  40. IF ERRORLEVEL  54 GOTO 6
  41. IF ERRORLEVEL  53 GOTO 5
  42. IF ERRORLEVEL  52 GOTO 4
  43. IF ERRORLEVEL  51 GOTO 3
  44. IF ERRORLEVEL  50 GOTO 2
  45. IF ERRORLEVEL  49 GOTO 1
  46. IF ERRORLEVEL  27 GOTO Exit
  47.  
  48. : 1
  49.  
  50. goto repeat
  51. : 2
  52.  
  53. goto repeat
  54. : 3
  55.  
  56. goto repeat
  57. : 4
  58.  
  59. goto repeat
  60. : 5
  61.  
  62. goto repeat
  63. : 6
  64.  
  65. goto repeat
  66. : 7
  67.  
  68. goto repeat
  69. : 8
  70.  
  71. goto repeat
  72. : 9
  73. cls
  74. exit
  75. goto repeat
  76. : a
  77.  cd\
  78. cd biorythm
  79. bio
  80. cd\
  81.  
  82. goto repeat
  83. : b
  84.  
  85. goto repeat
  86. : c
  87.  
  88. goto repeat
  89. : d
  90.  
  91. goto repeat
  92. : e
  93.  
  94. goto repeat
  95. : f
  96.  
  97. goto repeat
  98. : g
  99.  
  100. goto repeat
  101. : h
  102.  
  103. goto repeat
  104. : i
  105.  
  106. goto repeat
  107. : j
  108.  
  109. goto repeat
  110. : Exit
  111. cls
  112. exit